home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / trash / gorillazgroove.swf / scripts / frame_3 / PlaceObject2_58_7 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-01-09  |  111b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this._alpha < _root.menuDestination)
  3.    {
  4.       this._alpha += 10;
  5.    }
  6. }
  7.